type net/http.http2SettingID

14 uses

	net/http (current package)
		h2_bundle.go#L2332: func (f *http2SettingsFrame) Value(id http2SettingID) (v uint32, ok bool) {
		h2_bundle.go#L2347: 		ID:  http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
		h2_bundle.go#L2374: 	seen := map[http2SettingID]bool{}
		h2_bundle.go#L3605: 	ID http2SettingID
		h2_bundle.go#L3641: type http2SettingID uint16
		h2_bundle.go#L3644: 	http2SettingHeaderTableSize       http2SettingID = 0x1
		h2_bundle.go#L3645: 	http2SettingEnablePush            http2SettingID = 0x2
		h2_bundle.go#L3646: 	http2SettingMaxConcurrentStreams  http2SettingID = 0x3
		h2_bundle.go#L3647: 	http2SettingInitialWindowSize     http2SettingID = 0x4
		h2_bundle.go#L3648: 	http2SettingMaxFrameSize          http2SettingID = 0x5
		h2_bundle.go#L3649: 	http2SettingMaxHeaderListSize     http2SettingID = 0x6
		h2_bundle.go#L3650: 	http2SettingEnableConnectProtocol http2SettingID = 0x8
		h2_bundle.go#L3653: var http2settingName = map[http2SettingID]string{
		h2_bundle.go#L3663: func (s http2SettingID) String() string {